Show / Hide Table of Contents

Class BezierCubicSegment

Represents a cubic bézier path of a CurvePart by using a list of float3s. A CurveSgment does not know its own start point. For the first CurveSegment in a sequence the start point is saved in the CurvePart belonging to the segment. The start point for the CurveSegment with index i is the last vertex in the CurveSegent[i-1]'s list of vertices.

Inheritance
System.Object
CurveSegment
BezierCubicSegment
Inherited Members
CurveSegment.Vertices
CurveSegment.CalcPoint(Single, float3[])
CurveSegment.SplitCurve(Single, float3[], List<float3>, List<float3>)
CurveSegment.CalcUniformPolyline(float3, Int32, Int32)
CurveSegment.CalcAdaptivePolylineWAngle(float3, Int32, Int32)
CurveSegment.CalcAdaptivePolylineWArcreage(float3, Single, Int32)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Math.Core
Assembly: Fusee.Math.Core.dll
Syntax
public class BezierCubicSegment : CurveSegment
Generated by DocFX
GitHub Repo
Back to top