 |
TrapezoidModelNode(Vector3, Vector2, Vector3, Vector2, String) Constructor |
Create an upright 3D trapezoid model with rectangular top/bottom sides.
Namespace: Ab4d.SharpEngine.SceneNodesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic TrapezoidModelNode(
Vector3 bottomCenterPosition,
Vector2 bottomSize,
Vector3 topCenterPosition,
Vector2 topSize,
string? name = null
)
Parameters
- bottomCenterPosition Vector3
- Position of the bottom-center point.
- bottomSize Vector2
- Size of the bottom side of the trapezoid.
- topCenterPosition Vector3
- Position of the top-center point.
- topSize Vector2
- Size of the top side of the trapezoid.
- name String (Optional)
- Optional node name.
See Also