Initializes a new instance of the
Line3D class
Namespace: DeltaEngine.Rendering3D.ShapesAssembly: DeltaEngine.Rendering3D.Shapes (in DeltaEngine.Rendering3D.Shapes.dll) Version: 1.1.1.0 (1.1.1)
public Line3D(
Vector3D start,
Vector3D end,
Color color
)
public Line3D(
Vector3D start,
Vector3D end,
Color color
)
Public Sub New (
start As Vector3D,
end As Vector3D,
color As Color
)
Public Sub New (
start As Vector3D,
end As Vector3D,
color As Color
)
public:
Line3D(
Vector3D start,
Vector3D end,
Color color
)
public:
Line3D(
Vector3D start,
Vector3D end,
Color color
)
new :
start : Vector3D *
end : Vector3D *
color : Color -> Line3D
new :
start : Vector3D *
end : Vector3D *
color : Color -> Line3D