Click or drag to resize
Ab4d.SharpEngine logo

TrapezoidModelNode(Vector3, Vector2, Vector3, Vector2, Material, String) Constructor

Create an upright 3D trapezoid model with rectangular top/bottom sides and specified material.

Namespace: Ab4d.SharpEngine.SceneNodes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public TrapezoidModelNode(
	Vector3 bottomCenterPosition,
	Vector2 bottomSize,
	Vector3 topCenterPosition,
	Vector2 topSize,
	Material material,
	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.
material  Material
Mesh material.
name  String  (Optional)
Optional node name.
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.SceneNodes.TrapezoidModelNode.#ctor(System.Numerics.Vector3,System.Numerics.Vector2,System.Numerics.Vector3,System.Numerics.Vector2,Ab4d.SharpEngine.Materials.Material,System.String)"]

See Also