Show / Hide Table of Contents

Class CompoundSection

Inheritance
object
CompoundSection
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public class CompoundSection

Constructors

CompoundSection(MeshData)

Declaration
public CompoundSection(MeshData meshData)
Parameters
Type Name Description
MeshData meshData

CompoundSection(MeshData, Vector2, Vector2, List<HalfPlane>)

Declaration
public CompoundSection(MeshData meshData, Vector2 strideX, Vector2 strideY, List<HalfPlane> halfPlanes)
Parameters
Type Name Description
MeshData meshData
Vector2 strideX
Vector2 strideY
List<HalfPlane> halfPlanes

Properties

HalfPlanes

Declaration
public List<HalfPlane> HalfPlanes { get; set; }
Property Value
Type Description
List<HalfPlane>

MeshData

Declaration
public MeshData MeshData { get; set; }
Property Value
Type Description
MeshData

StrideX

Declaration
public Vector2 StrideX { get; set; }
Property Value
Type Description
Vector2

StrideY

Declaration
public Vector2 StrideY { get; set; }
Property Value
Type Description
Vector2

Methods

Test(Cell)

Declaration
public bool Test(Cell cell)
Parameters
Type Name Description
Cell cell
Returns
Type Description
bool

Operators

operator *(Matrix4x4, CompoundSection)

Declaration
public static CompoundSection operator *(Matrix4x4 matrix, CompoundSection cs)
Parameters
Type Name Description
Matrix4x4 matrix
CompoundSection cs
Returns
Type Description
CompoundSection
In this article
Back to top Generated by DocFX