Table of Contents

Engine

(NOTE) Returned data from sampling a spline at a given arc-length distance.

Methods Properties Base Classes Derived Classes
Constructor Point
Tangent
WorldPoint
WorldTangent

Properties


Point : real3

The point on the curve.

var Point : Real3

Tangent : real3

var Tangent : Real3

WorldPoint : real3

var WorldPoint : Real3

WorldTangent : real3

var WorldTangent : Real3

Methods


SplineSampleData : Void

constructor

Name Type Description
function SplineSampleData()