RotatedPoint Constructor BigBangProductions Easy Curves
Creates a new rotated point

Namespace: BigBangProductions.CurveRuntime.Splines
Assembly: BigBangProductions.CurveRuntime (in BigBangProductions.CurveRuntime.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public RotatedPoint(
	Vector3 position,
	Quaternion rotation
)

Parameters

position
Type: Vector3
the position of the rotated point
rotation
Type: Quaternion
the roation of the rotated point
See Also