dmj5
Class DMJ_TrapColoringAngleToTrap
Object
common:Generic
common:TrapColoring
dmj5:DMJ_TrapColoringAngleToTrap
class
- TrapColoring:DMJ_TrapColoringAngleToTrap
Ultra Fractal Source
Toggle UF Source Code Display
class DMJ_TrapColoringAngleToTrap(common.ulb:TrapColoring) {
public:
import "common.ulb"
func DMJ_TrapColoringAngleToTrap(Generic pparent)
TrapColoring.TrapColoring(pparent)
endfunc
float func Result(TrapMode ptrapmode)
float d = atan2(ptrapmode.GetTransformedPoint(0))
if (d < 0)
d = d + #pi*2
endif
return d / (#pi * 2) + ptrapmode.GetTexture(0)
endfunc
default:
title = "Angle to Trap"
int param v_dmj_trapcoloringangletotrap
caption = "Version (DMJ_TrapColoringAngleToTrap)"
default = 100
hint = "This version parameter is used to detect when a change has been made to the formula that is incompatible with the previous version. When that happens, this field will reflect the old version number to alert you to the fact that an alternate rendering is being used."
visible = @v_dmj_trapcoloringangletotrap < 100
endparam
}
Methods inherited from class Object |
|
DMJ_TrapColoringAngleToTrap
public DMJ_TrapColoringAngleToTrap(Generic pparent)
DMJ_TrapColoringAngleToTrap
public DMJ_TrapColoringAngleToTrap()
Result
public float Result(TrapMode ptrapmode)
- Description copied from class:
TrapColoring
- get a final result
- Overrides:
Result
in class TrapColoring