Table of Contents

Geometry

Methods Properties Base Classes Derived Classes
Constructor BoxHeads
Color
DualHeads
End
Filled
HeadSize
OnTop
Start
ViewAligned
ViewScaled
ViewScaleOffset

Properties


BoxHeads : boolean

var BoxHeads : Boolean

Color : real4

var Color : Real4

DualHeads : boolean

var DualHeads : Boolean

End : real3

var End : Real3

Filled : boolean

var Filled : Boolean

HeadSize : real

var HeadSize : Real

OnTop : boolean

var OnTop : Boolean

Start : real3

var Start : Real3

ViewAligned : boolean

var ViewAligned : Boolean

ViewScaled : boolean

var ViewScaled : Boolean

ViewScaleOffset : real3

var ViewScaleOffset : Real3

Methods


DebugLine : Void

constructor

Name Type Description
function DebugLine()

DebugLine : Void

constructor

Name Type Description
ray ray
function DebugLine(ray : Ray)

DebugLine : Void

constructor

Name Type Description
ray ray
t real
function DebugLine(ray : Ray, t : Real)

DebugLine : Void

constructor

Name Type Description
start real3
end real3
function DebugLine(start : Real3, end : Real3)

DebugLine : Void

constructor

Name Type Description
start real3
end real3
headSize real
function DebugLine(start : Real3, end : Real3, headSize : Real)

DebugLine : Void

constructor

Name Type Description
segment segment
function DebugLine(segment : Segment)