Table of Contents

Geometry

Methods Properties Base Classes Derived Classes
GetPoint Direction
GetTValue Start
Constructor

Properties


Direction : real3

var Direction : 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 ray. |Name|Type|Description| |---|---|---| |point|real3| |

function GetTValue(point : Real3) : Real

Ray : Void

constructor

Name Type Description
function Ray()

Ray : Void

constructor

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

Ray : Void

constructor

Name Type Description
start real3
direction real3
function Ray(start : Real3, direction : Real3)