頂点

Vertex class

TriMesh の生の頂点にアクセスするために使用される頂点参照。 @hideconstructor

メソッド

compareTo

名前説明
compareTo(other)頂点を別の頂点インスタンスと比較します

Parameters:

名前説明
othe頂点null

Result:


readVector4

名前説明
readVector4(field)vector4 フィールドを読み取ります

Parameters:

名前説明
フィールドVertexFieldVector4/FVector4 データ型を持つフィールド

Result: Vector4


readFVector4

名前説明
readFVector4(field)vector4 フィールドを読み取ります

Parameters:

名前説明
フィールドVertexFieldVector4/FVector4 データ型を持つフィールド

Result: FVector4


readVector3

名前説明
readVector3(field)vector3 フィールドを読み取ります

Parameters:

名前説明
フィールドVertexFieldVector3/FVector3 データ型のフィールド

Result: Vector3


readFVector3

名前説明
readFVector3(field)vector3 フィールドを読み取ります

Parameters:

名前説明
フィールドVertexFieldVector3/FVector3 データ型のフィールド

Result: FVector3


readVector2

名前説明
readVector2(field)vector2 フィールドを読み取ります

Parameters:

名前説明
フィールドVertexFieldVector2/FVector2 データ型のフィールド

Result: Vector2


readFVector2

名前説明
readFVector2(field)vector2 フィールドを読み取ります

Parameters:

名前説明
フィールドVertexFieldVector2/FVector2 データ型のフィールド

Result: FVector2


readDouble

名前説明
readDouble(field)double フィールドを読み取ります

Parameters:

名前説明
フィールドVertexFieldfloat/double 互換データ型のフィールド

Result:


readFloat

名前説明
readFloat(field)float フィールドを読み取ります

Parameters:

名前説明
フィールドVertexFieldfloat/double 互換データ型のフィールド

Result: