Table of Contents

Geometry

Methods Properties Base Classes Derived Classes
Constructor Data
Set Distance
Normal

Properties


Data : real4

var Data : Real4

Distance : real

read-only

var Distance : Real

Normal : real3

read-only

var Normal : Real3

Methods


Plane : Void

constructor

Name Type Description
function Plane()

Plane : Void

constructor

Name Type Description
p0 plane
function Plane(p0 : Plane)

Plane : Void

constructor

Name Type Description
normal real3
point real3
function Plane(normal : Real3, point : Real3)

Plane : Void

constructor

Name Type Description
data real4
function Plane(data : Real4)

Set : Void

Name Type Description
normal real3
point real3
function Set(normal : Real3, point : Real3)

Set : Void

Name Type Description
data real4
function Set(data : Real4)