C# Class Ist.BezierPatchRaw

Datei anzeigen Open project: i-saint/OpenSubdivForUnity Class Usage Examples

Public Properties

Property Type Description
cp00 UnityEngine.Vector3

Public Methods

Method Description
GetAABB ( BezierPatchAABB &dst ) : void
GetMinMax ( Vector3 &omin, Vector3 &omax, float eps = 0.0f ) : void
Transform ( Matrix4x4 &mat ) : void

Private Methods

Method Description
osuBPGetMinMax ( Vector3 &bp, Vector3 &omin, Vector3 &omax, float eps ) : void
osuBPTransform ( Vector3 &bp, Matrix4x4 &mat ) : void

Method Details

GetAABB() public method

public GetAABB ( BezierPatchAABB &dst ) : void
dst BezierPatchAABB
return void

GetMinMax() public method

public GetMinMax ( Vector3 &omin, Vector3 &omax, float eps = 0.0f ) : void
omin UnityEngine.Vector3
omax UnityEngine.Vector3
eps float
return void

Transform() public method

public Transform ( Matrix4x4 &mat ) : void
mat UnityEngine.Matrix4x4
return void

Property Details

cp00 public_oe property

public Vector3,UnityEngine cp00
return UnityEngine.Vector3