Table of Contents

Geometry

Methods Properties Base Classes Derived Classes
GetPoint End
GetTValue Start
Constructor

Properties


End : real3

var End : Real3

Start : real3

var Start : Real3

Methods


GetPoint : real3

Returns the point at the given t-value. |Name|Type|Description| |---|---|---| |tValue|real| |

function GetPoint(tValue : Real) : Real3

GetTValue : real

Returns the t-value that would result in the given point projected onto the segment. |Name|Type|Description| |---|---|---| |point|real3| |

function GetTValue(point : Real3) : Real

Segment : Void

constructor

Name Type Description
function Segment()

Segment : Void

constructor

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

Segment : Void

constructor

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