All Superinterfaces:
AutoCloseable, Comparable<JoltPhysicsObject>, ConstJoltPhysicsObject
All Known Subinterfaces:
ConstSStrand
All Known Implementing Classes:
RStrand, SStrand

public interface ConstRStrand extends ConstJoltPhysicsObject
Read-only access to an RStrand. (native type: const HairSettings::RStrand)
  • Method Details

    • getEndVtx

      int getEndVtx()
      Return the index of the ending vertex. The strand is unaffected.
      Returns:
      the vertex index
    • getStartVtx

      int getStartVtx()
      Return the index of the starting vertex. The strand is unaffected.
      Returns:
      the vertex index
    • vertexCount

      int vertexCount()
      Return the number of vertices in the strand.
      Returns:
      the count