C# Class Ist.BezierPatchRaw

Afficher le fichier Open project: i-saint/OpenSubdivForUnity Class Usage Examples

Méthodes publiques

Свойство Type Description
cp00 UnityEngine.Vector3

Méthodes publiques

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

Private Methods

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

Method Details

GetAABB() public méthode

public GetAABB ( BezierPatchAABB &dst ) : void
dst BezierPatchAABB
Résultat void

GetMinMax() public méthode

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

Transform() public méthode

public Transform ( Matrix4x4 &mat ) : void
mat UnityEngine.Matrix4x4
Résultat void

Property Details

cp00 public_oe property

public Vector3,UnityEngine cp00
Résultat UnityEngine.Vector3