Class CompoundSection
Inheritance
CompoundSection
Assembly: Sylves.dll
Syntax
public class CompoundSection
Constructors
CompoundSection(MeshData)
Declaration
public CompoundSection(MeshData meshData)
Parameters
CompoundSection(MeshData, Vector2, Vector2, List<HalfPlane>)
Declaration
public CompoundSection(MeshData meshData, Vector2 strideX, Vector2 strideY, List<HalfPlane> halfPlanes)
Parameters
Properties
HalfPlanes
Declaration
public List<HalfPlane> HalfPlanes { get; set; }
Property Value
MeshData
Declaration
public MeshData MeshData { get; set; }
Property Value
StrideX
Declaration
public Vector2 StrideX { get; set; }
Property Value
StrideY
Declaration
public Vector2 StrideY { get; set; }
Property Value
Methods
Test(Cell)
Declaration
public bool Test(Cell cell)
Parameters
| Type |
Name |
Description |
| Cell |
cell |
|
Returns
Operators
operator *(Matrix4x4, CompoundSection)
Declaration
public static CompoundSection operator *(Matrix4x4 matrix, CompoundSection cs)
Parameters
Returns